'Declaration
Public Overridable Sub InsertRows( _ ByVal row As Integer, _ ByVal rowCount As Integer _ )
'Usage
Dim instance As CellMatrix(Of T) Dim row As Integer Dim rowCount As Integer instance.InsertRows(row, rowCount)
Parameters
- row
- Row index of row after which to add rows
- rowCount
- Number of rows to add